-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(operator): Upgrade operator-sdk 1.37.0 and kind 0.23.0 #14445
Conversation
@@ -7,7 +7,7 @@ spec: | |||
spec: | |||
containers: | |||
- name: kube-rbac-proxy | |||
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0 | |||
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this also updated? And why v0.16.0? It seems like v0.18.0 is the one aligned with k8s v1.30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JoaoBraveCoding Following the migration steps from v1.33
up to v1.37
I was instructed to update to v0.16
here: https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.36.0/
You say [email protected]
is using the [email protected]
client-go/api then we can update to this one too. I need to double check what version we issue on OCP v4.17 though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see! Yes according to the release notes that seems to be the case https://github.com/brancz/kube-rbac-proxy/releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
[release-6.0] Backport PR grafana#14445
[release-6.0] Backport PR grafana#14445
[release-5.9] Backport PR grafana#14445
What this PR does / why we need it:
Follow up on #14416 to upgrade the used
operator-sdk
andkind
for local development.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
deprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR